type google.golang.org/grpc/internal/transport.framer

7 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L484: 	framer        *framer
		controlbuf.go#L494: func newLoopyWriter(s side, fr *framer, cbuf *controlBuffer, bdpEst *bdpEstimator) *loopyWriter {
		http2_client.go#L84: 	framer *framer
		http2_server.go#L80: 	framer      *framer
		http_util.go#L359: type framer struct {
		http_util.go#L364: func newFramer(conn net.Conn, writeBufferSize, readBufferSize int, maxHeaderListSize uint32) *framer {
		http_util.go#L373: 	f := &framer{